home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / hrtmon / readme-whdload.txt < prev    next >
Text File  |  1999-01-29  |  792b  |  26 lines

  1.  
  2. to use the whdload commands whdload version 8.1.1908 or better is required
  3.  
  4. the following commands are currently available:
  5.  
  6.  WPR    start length - protect memory from reading
  7.      see whdload.doc section resload_ProtectRead
  8.  
  9.  WPRW    start length - protect memory from reading and writing
  10.      see whdload.doc section resload_ProtectReadWrite
  11.  
  12.  WPW    start length - protect memory from writing
  13.      see whdload.doc section resload_ProtectWrite
  14.  
  15.  WQ    - quit whdload
  16.     returns to workbench
  17.  
  18.  WS    name start end - save memory region to a file
  19.     does the same as command S and has the same parameters
  20.     the actual directory is that from the slave (or ws_CurrentDir if used)
  21.     if you are using FFS it's recommend to save to RAM: to avoid non 
  22.     validated disks if something goes wrong
  23.  
  24. Wepl 06.12.1998 (wepl@kagi.com)
  25.  
  26.